Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix dice roll calculation for multiple dice #180

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Fix dice roll calculation for multiple dice #180

merged 1 commit into from
Sep 6, 2023

Conversation

fmasa
Copy link
Owner

@fmasa fmasa commented Sep 6, 2023

This did not affect anythin as all expressions using dice notation only used 1dX.

The problem was that 3d10 was interpreted as 3 * d10 instead of d10 + d10 + d10.

@fmasa fmasa added the bug Something isn't working label Sep 6, 2023
@fmasa fmasa merged commit 5226e46 into master Sep 6, 2023
8 checks passed
@fmasa fmasa deleted the dice-fix branch September 20, 2023 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant